JavaScript

{dialog.object}_setRepeatingSectionRowCount Method

Syntax

{dialog.Object}._setRepeatingSectionRowCount(sectionName,rows [,flagSetFocusToFirstRow [,flagSetRowDataToNull]])

Arguments

sectionNamestring

The Repeating Section name.

rowsnumber

The number of rows to set in the Repeating Section.

flagSetFocusToFirstRowboolean

If true, focus will be set to first row, else to last row.

flagSetRowDataToNullboolean

If true, all existing data in the Repeating Section will be nulled out.

Description

Sets the number of rows in a repeating section.

Example

{dialog.Object}._setRepeatingSectionRowCount('ITEMS',20,true,false);

See Also